02. Quiz: Types of ViewGroups

Types of ViewGroups

Link to the code

Here are the words we introduced in this video:

  • LinearLayout
  • RelativeLayout

You can look up their definitions in the Vocab Glossary.

Quiz: Types of ViewGroups

View Groups

QUESTION:

Write down 3 observations about the code linked above.

ANSWER:

  • opening tag
  • new attribute: android:orientation
  • two TextViews
  • closing tag

Solution Video

View Groups